From 0035d526c3c995eeb0a7047d39c3503fc23ee0aa Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 21 Dec 2015 14:11:10 -0500 Subject: [PATCH] test-css-parser: Drop unused property The rgba-property is no longer used in any tests, drop it. --- testsuite/css/parser/test-css-parser.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/testsuite/css/parser/test-css-parser.c b/testsuite/css/parser/test-css-parser.c index a88dbb9865..b480abcde8 100644 --- a/testsuite/css/parser/test-css-parser.c +++ b/testsuite/css/parser/test-css-parser.c @@ -320,12 +320,6 @@ main (int argc, char **argv) "test string properties", NULL, G_PARAM_READABLE)); - gtk_style_properties_register_property (NULL, - g_param_spec_boxed ("rgba-property", - "rgba property", - "test rgba properties", - GDK_TYPE_RGBA, - G_PARAM_READABLE)); gtk_style_properties_register_property (NULL, g_param_spec_enum ("enum-property", "enum property", -- 2.30.2